home *** CD-ROM | disk | FTP | other *** search
- ; this file includes basic data structures, macros, etc.
- ; ------------------------------------------------------
-
- ;---------------------------------------------------------
- ; data and macro definitions
- ;---------------------------------------------------------
-
- ; boot/halt messages
- bootnum db 0 ; stores the boot drive #
-
- bootmsg db 'Now loading w00os/ShokOS (off drive ',0
- bootdrv db 0,':)',0ah,0dh,0
-
- haltmsg db 0ah,0dh,'System is now halted',0ah,0dh,0
- rebootmsg db 0ah,0dh,'Now rebooting system...',0ah,0dh,0
-
- ; --------------------------------------
-
- sectreaderrmsg db 0ah,0dh,'Error reading sectors from boot disk'
- db 0ah,0dh,0
-
- ; --------------------------------------
-
- keymsg db 'Hit any key to continue...',0
-